home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / exec / cupschedulenextround.data < prev    next >
Text File  |  1999-11-29  |  1KB  |  30 lines

  1. /* English Translation for CupScheduleNextRound.rexx */
  2.  
  3.   var.1  = "csnr_error = 'ERROR :    (CupScheduleNextRound)'"
  4.   var.2  = "csnr_t1    = 'Cannot find '"
  5.   var.3  = "csnr_t2    = 'Cannot open '"
  6.   var.4  = "csnr_t3    = 'INFORMATION :'"
  7.   var.5  = "csnr_t4    = 'Not all matches have been played. This program will schedule the next rounds'"
  8.   var.6  = "csnr_t5    = 'matches when all of the matches have been played.'"
  9.   var.7  = "csnr_t6    = ' for recreation.'"
  10.   var.8  = "csnr_t7    = ' for amendment.'"
  11.   var.9  = "csnr_t8    = 'Cannot write to '"
  12.   var.10 = "csnr_t9    = 'Cannot append to '"
  13.   var.11 = "csnr_t10   = 'All matches have been played, totalling '"
  14.   var.12 = "csnr_t11   = '(including replays or legs if applicable).'"
  15.   var.13 = "csnr_t12   = 'WINNER   :'"
  16.   var.14 = "csnr_t13   = 'RunnerUp :'"
  17.   var.15 = "csnr_t14   = 'Third    :'"
  18.   var.16 = "csnr_t15   = 'Fourth   :'"
  19.   var.17 = "csnr_t16   = 'The following replays will need to be played :'"
  20.   var.18 = "csnr_t17   = 'Matches need to be manually scheduled but the indicator'"
  21.   var.19 = "csnr_t18   = 'file cannot be created.'"
  22.   var.20 = "csnr_t19   = 'The following matches have been scheduled : '"
  23.  
  24.  
  25. /* Please don't change the following lines */
  26.  
  27.   setclip('VarCount', 20)
  28.   do i = 1 to 20
  29.     call setclip('var.'i, var.i)
  30.   end